home *** CD-ROM | disk | FTP | other *** search
/ LOGIC Apps / Logic-APPLE_II_APPS.iso / pc / LOGIC Apple II 5.25" Library - DOS Part 7 / DOS227.dsk / MANUAL.txt < prev   
Text File  |  2012-02-16  |  6KB  |  199 lines

  1.  
  2.      Blue Mountain Micro presents...
  3.  
  4.           Disk Utility Package v2.1
  5.  
  6.           by:  Lane Roath
  7.  
  8.      This package contains over 25 different utilities in all.  Some of
  9.      these include Disk copy (45 seconds), File Copy (40 seconds!), catalog
  10.      w/disk and file maps, format disk & tracks, verify & repair disks,
  11.      lock/unlock files, delete/undelete files, view files, and extensive
  12.      sector and nibble editors.
  13.      Of course, it also takes advantage of 128K memory if it is available.
  14.  
  15.      Now, you say, so what?  You have Copy II Plus and although it may not
  16.      do all the things DUP does, or isn't as fast as DUP, it does do the
  17.      job.  Well, the main benefit of DUP is speed.  For the PROGRAMMER.
  18.      Now, while others also benefit, this was designed with programmers
  19.      such as myself in mind.  All these utilities, at your finger tips...
  20.      ANYTIME!  Yes, just 44 sectors of raw power, memory resident,
  21.      co-resident compatible in fact with GPLE.LC and other such programs.
  22.      DUP also survives almost all system crashes because it resides in
  23.      alternate memory and totally independant of DOS or RWTS!
  24.  
  25.  
  26.  
  27.      A quick and dirty guide to using DUP 2.1:
  28.      ========================================
  29.  
  30.      *  All numeric responces are in hex
  31.  
  32.      *  On the ][ series, the left and right keys make selections
  33.  
  34.      *  On the // series, the up and down keys make selections
  35.  
  36.      *  The RETURN keys chooses a selection and/or file
  37.  
  38.      *  ESC goes back one menu or cancels the current operation
  39.  
  40.      *  ^P prints the current screen to a READY printer in ASCII
  41.  
  42.      *  During file selection, use  D  to tell DUP your are Done selecting
  43.      files
  44.  
  45.  
  46.      For the most part DUP 2.1 is self explanitory, and needs no manual.
  47.      However, the editors do not have a help screen (due to memory
  48.      limitations) and the many commands are to great to list here in
  49.      detail.  A short summary follows:
  50.  
  51.  
  52.      Sector Editor
  53.      =============
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.      A    ASCII/hex toggle              B    Buffer input
  68.      D    Disassemble data (no //gs!)   E    Edit mode, ASCII toggle
  69.      effects
  70.      F    Find ASCII/hex data           R    Read current t/s
  71.      ^W   write t/s                     ESC  exits
  72.  
  73.  
  74.      Nibble Editor
  75.      =============
  76.  
  77.      B    goto Beginning of track       N    goto eNd of track
  78.      R    Read track                    S    sync toggle
  79.      ^W   Write track                   ESC  exits
  80.  
  81.  
  82.      *** NOTE ***
  83.  
  84.      There are MANY more options in these editors, but space being a
  85.      premium, and incentives in ever short supply, they are not included
  86.      here.  A complete list, along with a reference sheet is included with
  87.      the manual that accompanies DUP 3.0  (see below for upgrade details)
  88.  
  89.      PROGRAMMERS:
  90.      ===========
  91.  
  92.      Like I said earlier, you can use DUP in conjunction with most
  93.      programming aids, as long as they are 'friendly'.  Everything from
  94.      Beagle Bros. seems to fit this description.  Here is an example loader
  95.      program:
  96.  
  97.      10 TEXT :HOME :VTAB 10 :PRINT "Loading Utilities..."
  98.      20 PRINT CHR$(4) "BRUN GPLE.LC" :REM or just GPLE, but NOT GPLE.DM
  99.      30 PRINT CHR$(4) "BRUN DOUBLE-TAKE.LC"
  100.      40 PRINT CHR$(4) "BRUN DUP" :REM could be at beginning as well.
  101.      50 PRINT "Done."
  102.  
  103.      Very simple, and easy to use.   HOWEVER, the version supplied here has
  104.      not been configured for this purpose.  Both copy procedures will use
  105.      ALL available memory, including every last byte of DOS (up to $BFFF)
  106.      for data storage.  So... how do you get the configure program?
  107.  
  108.  
  109.      Simple:
  110.  
  111.      DUP v2.1 is FreeWare.  I, Lane Roath, retain all rights to the
  112.      program!  You may download this program, give it to everyone you know,
  113.      and use it for non-commercial use at no charge.  If you wish to
  114.      distribute this program as part of a PD library or as purchase
  115.      incentive (ie, on a HD) you MUST GET PRIOR WRITTEN PERMISSION from me,
  116.      which I will gladly give!
  117.  
  118.      If you want the configure program, along with the entire DUP v2.1
  119.      package (support programs, manual, labeled disk) send me a lousy $5
  120.      for postage, etc.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.      ----- Now for the plug ----
  135.  
  136.      DUP v3.0 is shareware!  I am currently putting the finishing touches
  137.      on the latest version, and it's accompanying manual.  Changes include
  138.      several NEW utilities, faster operation, display and input
  139.      improvements, more power, and more.  Just the manual, the new
  140.      features, and the Configure program are well worth it!  With the
  141.      configure program, you can have DUP access RAM disks and hard drives,
  142.      allow it's use with programming aids, etc.  *** SOURCE CODE *** is
  143.      also a bonus included!  I have uploaded the source to v2.1 on GEnie
  144.      and Delphi, but the source to RWFTS and the header file for DUP are
  145.      not included.  (the source code is purely for educational purposes.)
  146.      These files are part of the shareware product, as well as the uploaded
  147.      source.
  148.  
  149.      ----------------------------------------------------------------------
  150.      ------
  151.  
  152.      I am currently considering work on v4.0, which would be ProDOS based,
  153.      and require a 128K //e enhanced or later.  All the same features, same
  154.      speed, coversion between operating systems, and maybe even integration
  155.      with a mac-like graphics enviroment already developed.  The actual
  156.      work on this project will depend on the feedback I recieve from you
  157.      people!  So, common!  ENCOURAGE ME!  Show me it will be worth my time
  158.      and effort!  Of course, any of you with comments and suggestions on
  159.      this project are more than welcome to send them along to me.
  160.      --- all comments welcome ---
  161.  
  162.      ----------------------------------------------------------------------
  163.      -------
  164.  
  165.      Send your lowly $25 shareware fee (or $5 postage fee for v2.1) to:
  166.  
  167.                Blue Mountain Micro
  168.                55 Greenview Drive, #24
  169.                Manchester,  NH  03102
  170.                Attn:  DUP 3.0 (or 2.1 as appropriate)
  171.  
  172.      (Those who purchased an earlier verion of DUP contact me for a FREE
  173.      upgrade!)
  174.  
  175.           Send questions, comments, and feedback to me at this address,
  176.      or...
  177.  
  178.                          GEnie:    L.Roath
  179.  
  180.                          Delphi:   LRoath
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.